Selerix Developer Tools
SmartList<T> Class
Members 






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace : SmartList<T> Class
List of objects that has speed optimized methods then IList
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class SmartList(Of T) 
   Implements System.Collections.Generic.IEnumerable(Of T), System.Collections.IEnumerable 
'Usage
 
Dim instance As SmartList(Of T)
JScript does not support Generics.
[DefaultMember("Item")]
generic<typename T>
public ref class SmartList : public System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable  
Type Parameters
T
Inheritance Hierarchy

System.Object
   Selerix.Foundation.Data.SmartList<T>

See Also

Reference

SmartList<T> Members
Selerix.Foundation.Data Namespace